github.com/gotd/neo.Time.now (field)
8 uses
github.com/gotd/neo (current package)
time.go#L26: now: now,
time.go#L38: now time.Time
time.go#L113: m.when = t.now.Add(d)
time.go#L122: if m.when.After(t.now) {
time.go#L137: return t.now
time.go#L155: now := t.now.Add(d)
time.go#L166: now := t.now.AddDate(years, months, days)
time.go#L174: t.now = now
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |